home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -in_the_mag- / workbench / newmodes / highgfx40r4 / highgfx40r5u2 / install.bat < prev    next >
DOS Batch File  |  1999-06-29  |  440b  |  19 lines

  1. echo " ... HighGFX-Installation-Script ... "
  2. echo " "
  3. echo " ... copying HighGFX ... "
  4. copy HighGFX to DEVS:MONITORS  all quiet
  5. wait 1
  6. echo " ... copying HighGFX.info ... "
  7. copy HighGFX.info to DEVS:MONITORS  all quiet
  8. wait 1
  9. echo " ... enable HighGFX-Modes ... "
  10. run >nil: HighGFX >nil:
  11. wait 1
  12. echo " ... executing PREFS/OVERSCAN ... "
  13. wait 1
  14. run >nil: SYS:PREFS/OVERSCAN
  15. echo " ... Installation-Script finished ... "
  16. wait 1
  17. endcli >nil:
  18.  
  19.